home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
DELPHI32
/
GRAPHICS
/
SCGRAPH
/
AXES.DFM
/
AXES.txt
Wrap
Text File
|
1996-11-11
|
6KB
|
228 lines
object AxesForm: TAxesForm
Left = 578
Top = 171
Width = 640
Height = 427
Caption = 'AxesForm'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIChild
Menu = MainMenu1
Position = poDefault
Visible = True
WindowState = wsMaximized
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 120
TextHeight = 16
object ScGraph1: TScGraph
Left = 0
Top = 0
Width = 632
Height = 371
cursor = crSizeNESW
AutoMetrics = True
PlotColor = clWhite
MarginLeft = 10
MarginRight = 30
MarginTop = 20
MarginBottom = 10
Frame = True
GraphTitle.Title = True
GraphTitle.Caption = 'Scales and Mouse functions'
GraphTitle.Position = 1000
GraphTitle.Distance = 12
AxisPen.Color = clGray
GridVertical.MajorGrid = False
GridVertical.MinorGrid = False
GridVertical.MajorGridStyle = psSolid
GridVertical.MinorGridStyle = psDot
GridVertical.MajorGridColor = clGray
GridVertical.MinorGridColor = clGray
GridVertical.MajorGridWidth = 1
GridVertical.MinorGridWidth = 0
GridHorizontal.MajorGrid = False
GridHorizontal.MinorGrid = False
GridHorizontal.MajorGridStyle = psSolid
GridHorizontal.MinorGridStyle = psDot
GridHorizontal.MajorGridColor = clGray
GridHorizontal.MinorGridColor = clGray
GridHorizontal.MajorGridWidth = 1
GridHorizontal.MinorGridWidth = 0
AxisTitleFont.Color = clWindowText
AxisTitleFont.Height = -13
AxisTitleFont.Name = 'MS Sans Serif'
AxisTitleFont.Style = []
TickLabelFont.Color = clBlack
TickLabelFont.Height = -17
TickLabelFont.Name = 'Arial'
TickLabelFont.Style = []
GraphTitleFont.Color = clBlack
GraphTitleFont.Height = -20
GraphTitleFont.Name = 'Courier New'
GraphTitleFont.Style = [fsBold]
LegendBox.ShowLegends = False
LegendBox.Placement = lbxRight
LegendBox.Distance = 8
LegendBox.Framed = True
LegendBox.FrameColor = clBlack
LegendBox.FrameWidth = 2
LegendBox.BoxColor = clWhite
LegendBox.BoxStyle = bsSolid
LegendFont.Color = clWindowText
LegendFont.Height = -13
LegendFont.Name = 'MS Sans Serif'
LegendFont.Style = []
XAxis.MajorTicks = True
XAxis.MinorTicks = False
XAxis.MajorTickLen = 22
XAxis.MinorTickLen = 8
XAxis.MajorTickWid = 2
XAxis.MinorTickWid = 1
XAxis.TickPosition = tpCenter
XAxis.Title = False
XAxis.TitleText = 'X'
XAxis.TitleDist = 4
XAxis.TitlePos = 500
XAxis.TitleAngle = lr0
XAxis.TickLabels = True
XAxis.LabelFormat = '%3.2g'
XAxis.LabelDistance = 4
XAxis.LabelAngle = lr0
YAxis.MajorTicks = True
YAxis.MinorTicks = False
YAxis.MajorTickLen = 22
YAxis.MinorTickLen = 8
YAxis.MajorTickWid = 2
YAxis.MinorTickWid = 1
YAxis.TickPosition = tpCenter
YAxis.Title = False
YAxis.TitleText = 'Y'
YAxis.TitleDist = 4
YAxis.TitlePos = 500
YAxis.TitleAngle = lr90
YAxis.TickLabels = True
YAxis.LabelFormat = '%3.2g'
YAxis.LabelDistance = 4
YAxis.LabelAngle = lr90
XScale.ScaleType = stLin
XScale.Min = -5.000000000000000000
XScale.Max = 5.000000000000000000
XScale.LinStep = 2.000000000000000000
XScale.MinRange = 10.000000000000000000
XScale.MinorTickNumber = 1
XScale.MinorLogPattern = [st20, st30, st40]
XScale.MajorLogPattern = [lt50]
XScale.AutoSizing = False
XScale.AutoStepping = True
YScale.ScaleType = stLin
YScale.Min = -2.000000000000000000
YScale.Max = 2.000000000000000000
YScale.LinStep = 1.000000000000000000
YScale.MinRange = 0.100000000000000000
YScale.MinorTickNumber = 1
YScale.MinorLogPattern = [st20, st30, st40]
YScale.MajorLogPattern = [lt50]
YScale.AutoSizing = False
YScale.AutoStepping = True
Plotting = True
Align = alClient
ctl3d = True
ParentCtl3d = False
ParentFont = False
OnMouseDown = ScGraph1MouseDown
OnMouseMove = ScGraph1MouseMove
OnMouseUp = ScGraph1MouseUp
object Label1: TLabel
Left = 56
Top = 8
Width = 3
Height = 16
end
object Label2: TLabel
Left = 192
Top = 8
Width = 3
Height = 16
end
end
object MainMenu1: TMainMenu
Left = 600
Top = 8
object File1: TMenuItem
Caption = 'File'
GroupIndex = 1
ShortCut = 0
object Close1: TMenuItem
Caption = 'Close'
ShortCut = 0
OnClick = Close1Click
end
object Printersetup1: TMenuItem
Caption = 'Printer setup..'
ShortCut = 0
OnClick = Printersetup1Click
end
object Print1: TMenuItem
Caption = 'Print'
ShortCut = 0
OnClick = Print1Click
end
object N1: TMenuItem
Caption = '-'
ShortCut = 0
end
object Exit1: TMenuItem
Caption = 'Exit'
ShortCut = 0
OnClick = Exit1Click
end
end
object Edit1: TMenuItem
Caption = 'Edit'
GroupIndex = 2
ShortCut = 0
object Copygraph1: TMenuItem
Caption = 'Copy graph'
ShortCut = 0
OnClick = Copygraph1Click
end
object Autometrics1: TMenuItem
Caption = 'Autometrics'
Checked = True
ShortCut = 0
OnClick = Autometrics1Click
end
end
object Mouse1: TMenuItem
Caption = 'Mouse'
GroupIndex = 6
ShortCut = 0
object Scaling1: TMenuItem
Caption = 'Scaling'
ShortCut = 0
OnClick = Scaling
end
object Moving1: TMenuItem
Caption = 'Moving'
Checked = True
ShortCut = 0
OnClick = Moving1Click
end
object Drawing1: TMenuItem
Caption = 'Drawing'
ShortCut = 0
OnClick = Drawing1Click
end
end
object Help1: TMenuItem
Caption = 'Help'
GroupIndex = 9
ShortCut = 0
OnClick = Help1Click
end
end
end